Vcenter Lcm Deployment MigrationUpgrade VchaSpec

Vcenter Lcm Deployment MigrationUpgrade VchaSpec
Vcenter Lcm Deployment MigrationUpgrade VchaSpec

The Vcenter Lcm Deployment MigrationUpgrade VchaSpec schema specifies the VMware vCenter High Availability (VCHA) configuration required for upgrading vCenter with manually configured VCHA. It details the vCenter container locations for cloning Passive and Witness nodes post-upgrade, ensuring they are recreated in the same locations as before the upgrade.

Note: This configuration does not support standalone ESX instances. For such setups, users are required to manually recreate Passive and Witness nodes on the respective ESX instances and then re-enable VCHA on the upgraded system.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "passive_node_container": {
        "hostname": "string",
        "username": "string",
        "password": "string",
        "https_port": 0,
        "ssl_verify": false,
        "certificate": "string"
    },
    "witness_node_container": {
        "hostname": "string",
        "username": "string",
        "password": "string",
        "https_port": 0,
        "ssl_verify": false,
        "certificate": "string"
    }
}
passive_node_container
Required

Specifies connection to vCenter instance where passive node resides and will be recreated after successful upgrade.

This property was added in vSphere API 9.0.0.0.

witness_node_container
Required

Specifies connection to vCenter instance where witness node resides and will be recreated after successful upgrade.

This property was added in vSphere API 9.0.0.0.